@charset "utf-8";
/* CSS Document */
body{width:100%;overflow-x:hidden;}

@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}} /* 左进入 */
.n_ab_left,.nd_abo_ml,.min_ce_left{animation-name:uk-fade-left;animation-duration: 1.1s;}  
.n_ab_right,.nd_abo_mr,.ad_sech,.min_ce_right{animation-name:uk-fade-right;animation-duration: 1.1s;}  
@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}  /* 右进入 */
.ind_about,.in_prte,.dex_n_ret3 ul li,.index_honor{animation-name:uk-fade-top;animation-duration: 1.1s;} 
.footer,.link_rt,.index_about,.index_cer_mt{animation-name:uk-fade-bottom;animation-duration: 1.1s;}  
@keyframes uk-fade-top{
    0%{
        opacity:0;
        transform:translateY(-100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}  /* 上进入 */
@keyframes uk-fade-bottom{
    0%{
        opacity:0;
        transform:translateY(100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
} /* 下进入 */


.banner-box{width:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;text-align:center;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-box .bd li a img,.banner-box .bd li img{max-width:100%;}
.banner-btn a{display:block;width:50px;height:70px;position:absolute;top:0;font-size:0px;}

.banner-btn a.prev{position:absolute;left:10px;top:50%;margin-top:-35px;} 
.banner-btn a.next{position:absolute;right:10px;top:50%;margin-top:-35px;}

.banner-btn a.prev:after{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#75c0c7 solid;border-width:4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-4px;}
.banner-btn a.next:before{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#75c0c7 solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-16px;}
.banner-btn a.prev:hover:after{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#75c0c7 solid;border-width:4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-4px;}
.banner-btn a.next:hover:before{content:' ';position:absolute;top:50%;margin-top:-11px;left:50%;width:22px;height:22px;border:#75c0c7 solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-16px;}

.banner-box .hd {position:absolute;bottom:15px;width:100%;text-align:center;}
.banner-box .hd ul li{width:28px;height:8px;margin-right: 8px;display: inline-block;cursor: pointer;background:#fff;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
.banner-box .hd ul li.on{background:#75c0c7;}

.index_abt{padding-top: 100px;padding-bottom: 40px;background: #f2f2f3;}
.in_about{max-width:1200px;padding:0px 15px;margin:0px auto;}

.n_ab_left{margin-top:40px;background:#fff;width:45%;float:left;}
.n_ab_left ul{padding: 40px 30px 60px;}
.n_a_ft1{display:block;font-size: 46px;line-height:50px;color: #565757;margin-bottom:15px;}
.n_a_ft2{display:block;font-size:18px;line-height:30px;color: #565757;max-height:180px;overflow:hidden;text-indent:2em;}
.n_a_ft3{display:block;height:90px;position:relative;border-top:1px solid #e5e5e5;position:relative;}
.n_a_ft3 i{display:block;position:absolute;right:0px;top:0px;height:90px;background: #132c62 url(../images/ico_go_01.png) center center no-repeat;width:90px;text-align:center;z-index: 1;}
.n_a_ft3:after{content: '';position:absolute;width:0px;right:0px;top:0px;height:90px;background:#132c62;moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}

.index_about,.index_honor{background: #f4f4f4;}
.index_cer_m{padding:50px 15px 30px;text-align:center;}
.index_cer_m:before{content: '';display: block;width: 175px;height: 16px;background-color: #5ba395;border-radius: 10px;margin: 0 auto 35px;-webkit-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.index_cer_m span{display:block;font-size: 55px;line-height:70px;}
.index_cer_m span i{margin:0px 15px;font-style:normal;font-size:30px;}
.index_cer_m em{display:block;font-size: 28px;letter-spacing: .05em;line-height:40px;}

.index_cer_mt{max-width:1400px;margin:0px auto 50px;padding:0px 15px;}
.index_cer_mt ul{width:100%;overflow:hidden;}
.index_cer_mt ul li{float:left;width:23.5%;margin-right:2%;margin-bottom:20px;position:relative;}
.x_ce_naer{overflow:hidden;display:flex;justify-content: center;align-items:center;}
.index_cer_mt ul li table{width:100%;}
.index_cer_mt ul li table img{width: 100%;height: auto;moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.index_cer_mt ul li:nth-child(4n){margin-right:0px;}
.ex_ce_name{width: 90%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;padding:0px 5%;}
.ex_ce_name:after{content: '';display: block;width: 100%;height: 100%;background:rgba(91,163,149,.0);position: absolute;left: 0;top: 0;-webkit-transform: scale(1,.3);-ms-transform: scale(1,.3);-o-transform: scale(1,.3);transform: scale(1,.3);-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.ex_ce_name a{display:block;color:#fff;font-size:18px;height:40px;line-height:40px;overflow:hidden;text-align:center;margin-top:100px;text-decoration:underline;font-weight:bold;opacity: 0;filter: alpha(opacity=0);}
.ex_ce_name em{display:block;color:#fff;font-size:12px;height:40px;line-height:20px;overflow:hidden;text-align:center;opacity: 0;filter: alpha(opacity=0);}
.index_cer_mt ul li:hover .ex_ce_name{display:block;}
.index_cer_mt ul li:hover .ex_ce_name:after{background:rgba(91,163,149,.8);-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.index_cer_mt ul li:hover .ex_ce_name a{opacity: 1;filter: alpha(opacity=100);position:relative;z-index:1;}
.index_cer_mt ul li:hover .ex_ce_name em{opacity: 1;filter: alpha(opacity=100);position:relative;z-index:1;}


.dex_ab_main{padding-top: 60px;padding-bottom: 60px;}
.dex_ab_main ul{max-width:1400px;padding:20px 15px;margin:0px auto;background:rgba(0,0,0,.2);}
.dex_a_in1{display:block;font-size:25px;line-height:45px;text-align:center;color:#fff;margin-bottom:20px;}
.dex_a_in2{display:block;font-size: 16px;line-height: 25px;color:#fff;padding:0px 50px;height:100px;overflow:hidden;}
.dex_a_in3{height:70px;width:30px;display:block;margin-top:40px;margin-left:30px;}

.honr_lman{max-width:1400px;padding:20px 15px;margin:0px auto;}
.honr_lman ul{width:99%;overflow:hidden;margin:0px auto;}
.honr_lman ul li{float:left;width:33%;position:relative;}
.x_ce_naer{overflow:hidden;display:flex;justify-content: center;align-items:center;}
.honr_lman ul li table{width:100%;}
.honr_lman ul li table img{max-width: 100%;height: 300px;moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.honr_lman ul li:nth-child(3n){margin-right:0px;}
.ex_c_e_name{width: 90%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;padding:0px 5%;background:rgba(0,0,0,.4);}
.ex_c_e_name:after{content: '';display: block;width: 100%;height: 100%;background:rgba(91,163,149,.0);position: absolute;left: 0;top: 0;-webkit-transform: scale(1,.3);-ms-transform: scale(1,.3);-o-transform: scale(1,.3);transform: scale(1,.3);-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.ex_c_e_name a{display:block;color:#fff;font-size: 26px;height:40px;line-height:40px;overflow:hidden;text-align:center;margin-top: 130px;font-weight:bold;opacity:1;filter: alpha(opacity=100);}
.honr_lman ul li:hover .ex_c_e_name{display:block;}
.honr_lman ul li:hover .ex_c_e_name:after{background:rgba(91,163,149,.8);-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.honr_lman ul li:hover .ex_c_e_name a{opacity: 1;filter: alpha(opacity=100);position:relative;z-index:1;}


.dex_a_in3:after,.dex_a_in3:before{display: block;height:8px;width:30px;background: #fff; -webkit-transition: all .5s;transition: all .5s;content: '';-webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
.dex_a_in3:after{-webkit-transform: rotate(0deg);transform: rotate(0deg);margin-left: -12px;margin-top: 5px;}
.dex_a_in3:before{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.dex_a_in3:hover:after{background: #5ba395;}
.dex_a_in3:hover:before{background: #5ba395;}

.n_a_ft3:hover:after{width:100%;background:#132c62;}
.n_a_ft3:hover em{color:#fff;}
.n_a_ft3 em{display:block;font-size: 25px;line-height: 30px;padding: 15px 0 15px 20px;color: #565757;font-family: 'Impact';position: relative;z-index: 1;}
.n_a_ft3:hover i{background: url(../images/ico_go_01.png) 0px center no-repeat;}
.n_ab_right{float:right;width:55%;}
.n_ab_right span{display:block;padding:10px;background:#fff;text-align:center;}
.n_ab_right span img{max-width:100%;max-height:400px;}

.in_prte{max-width:1200px;padding:0px 15px;margin:40px auto 0px;}
.in_pr_mdf{display:block;text-align:center;margin-bottom:15px;}
.in_pr_mdf em{display:inline-block;font-size: 36px;line-height:60px;border-bottom:3px solid #565757;padding-bottom:10px;color:#565757;}

.ind_xex_bd{position:relative;margin:60px 30px 40px;}
.merd_all{color:#000!important;display:block;border: 1px solid #000;font-size: 18px;margin:0px auto;text-align:center;padding:5px 15px;line-height: 40px;transition:400ms;text-decoration:none;background:#fff;width:150px;z-index:1;overflow: hidden;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);position: relative;border-radius:18px;-moz-border-radius:18px;-webkit-border-radius:18px;}
.merd_all:hover{color: #fff!important;background:#0a3365;}
.product_slider{width:100%;overflow:hidden;padding-top:50px;}
.product_slider ul li{width:33.3%;float:left;}
.ite_m_img{width:100%;height:260px;background:#fff;overflow:hidden;}
.ite_m_img table{height:260px;}
.ite_m_img table img{max-width:100%;max-height:260px;}
.spr_nmer{display:block;height:50px;line-height:50px;overflow:hidden;text-align:center;color: #fff;font-size:16px;background:#132c62;}

.te_m_i_mdv{box-shadow: 0 0 1em rgba(0,0,0,.2);margin:10px;}
.ind_xex_bd .pro_prev{left:-30px !important;width:30px;height:30px;background:none !important;}
.ind_xex_bd .pro_next{right:-30px !important;width:30px;height:30px;background:none !important;}

.ind_xex_bd .pro_prev:after{content:' ';position:absolute;top:50%;margin-top: -8px;left:50%;width: 16px;height: 16px;border:#565757 solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-4px;}
.ind_xex_bd .pro_next:before{content:' ';position:absolute;top:50%;margin-top:-8px;left:50%;width:16px;height:16px;border:#565757 solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-8px;}

.ind_xex_bd .swiper-slide-active {margin-top:-60px;}
.ind_xex_bd .swiper-slide-active .ite_m_img{width:100%;height:320px;background:#fff;overflow:hidden;}
.ind_xex_bd .swiper-slide-active .ite_m_img table{height:320px;}
.ind_xex_bd .swiper-slide-active .ite_m_img table img{max-width:100%;max-height:320px;}


.ind_about{margin-top:100px;padding-top:180px;padding-bottom: 100px;background: #0a3365;position: relative;}
.nd_abo_mian{max-width:1200px;padding:0px 15px;margin:0px auto;}


.nd_abo_ml span{display:block;margin-bottom:20px;}
.nd_abo_ml span img{max-width:100%;max-height:60px;}
.nd_abo_ml em{display:block;font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 18px;text-transform: uppercase;line-height:25px;}
.lind_mdr2 dd{font-size: 14px;color: #fff;line-height: 40px;padding-left: 40px;}
.nd_mt1{background: url(../images/icon8.png) left center no-repeat;}
.nd_mt2{background: url(../images/icon9.png) left center no-repeat;}
.nd_mt3{background: url(../images/icon10.png) left center no-repeat;}
.nd_mt4{background: url(../images/icon11.png) left center no-repeat;}

.nd_abo_mr{width: 52%;position: absolute;right: 0;bottom: 120px;padding: 3%;z-index: 1;background-color: #6788b2;background-position:center bottom;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.nd_abo_mr:hover{background-position: center 0;-webkit-transition: all 5s ease-in-out;-o-transition: all 5s ease-in-out;transition: all 5s ease-in-out;}
.nd_abo_mr,.nd_abo_mr a{color: #fff;}

.nd_abo_mt1{display:block;font-size: 46px;line-height:60px;text-transform: uppercase;}
.nd_abo_mt1 em{display:inline-block;border-bottom:2px solid #fff;}

.de_mxc_md{width:60%;float:right;}
.slide_ldt{height:340px !important;}
.slide_ldt ul{width:100%;overflow:hidden;}
.slide_ldt li{width:49%;float:left;position:relative;height:300px;}
.slide_ldt li:nth-child(2){width:49%;float:right;}
.slide_ldt li em{display:block;height:300px;overflow:hidden;}
.slide_ldt li em table{width:100%;height:300px;}
.slide_ldt li em table img{max-width:100%;max-height:300px;}
.de_ler{padding:10px 15px;position:absolute;left:0px;bottom:0px;z-index:1;}
.slide_ldt li i{display:block;margin-bottom: 5px;font-size: 12px;line-height:25px;color:#fff;font-style:normal;}
.slide_ldt li span{display:block;font-size: 14px;line-height:25px;color:#fff;height:50px;overflow:hidden;}
.slide_ldt li a:before {content: '';display: block;width: 100%;height: 300px;position: absolute;left: 0;top: 0;background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9)); background: -ms-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: -o-linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.9));}

.slide_ldt li a:after{content: '';width: 100%;height: 300px;position: absolute;left: 0;top: 0;display: block;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.slide_ldt li a:hover:after{background-color: rgba(236,207,43,.7);}
.slide_ldt li a{display:block;}
.spn_nxd span{width:12px;height:12px;margin:0px 5px !important;}


.main_cnet{max-width:1200px;padding:0px 15px;margin:0px auto;}
.m_in_ler1{line-height:40px;height:40px;color:#000;font-size:22px;border-bottom: 1px solid #ddd;}
.title_l{background-color: #e5f2f3;}
.title_l_ul{line-height:40px;margin:0px auto;font-size:14px;height:40px;overflow:hidden;max-width:1200px;padding:0px 15px;}
.title_l a{color: #666;}

.min_ce_left{width:230px;float:left;}
.min_ce_right{margin-left:260px;}
.about_m p{margin-top:20px;}
.about_m img{max-width:100%;}
.about_m{line-height:25px;font-size:12px;color:#333;}

.m_i_mn_ler1{display:block;background: #007f8b;font-size: 16px;height: 38px;overflow: hidden;white-space: nowrap;line-height: 38px;color: #FFF;padding: 0 0 0 10px;font-weight:bold;}
.min_cet_m{padding-bottom:80px;padding-top:50px;}
.in_cet1{margin-bottom:20px;}
.y_ctr2 li{line-height:38px;position:relative;}
.y_ctr2 li:last-child{border-bottom:0px;}
.y_ctr2 li a{border-bottom: 1px solid #f2f2f2;display:block;color: #444;font-size: 14px;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
.y_ctr2 li a:hover{text-decoration:underline;}
.eb_lm_mdrf{position:relative;}
.leb_lm_m{display:none;padding: 0px 3%;width: 94%;}
.leb_lm_m a{display:block;height: 33px;line-height: 33px;color: #666;font-size: 14px;padding-left:18px;border-bottom:1px dashed #eee;}
.leb_lm_m a:hover{color:#666;}
.more_ald{display:block;position:absolute;right: 0px;top: -43px;width: 32px;z-index: 1;height: 30px;padding-right: 15px;cursor:pointer;}
.more_ald:before,.more_ald:after{content: "";position: absolute;right:19px;top:24px;width: 12px;height: 2px;background: #99abb7;}
.more_ald:after{transform:rotate(90deg); transition: all .3s cubic-bezier(.4,.01,.165,.99);}
.eb_lm_mdrf i.select:after{transform:rotate(0deg);}
.y_ctr2{margin-bottom: 20px;margin-top:10px;padding:0px 10px;}

.items_content{position:relative;padding: 40px 0px;}

.side_sli_der ul li{position:relative;min-height:80px;}
.side_sli_der table{width:80px;height:80px;position:absolute;left:0px;top:10px;}
.side_sli_der table img{max-width:80px;max-height:80px;}
.side_sli_der span{display:block;margin-left:95px;line-height:25px;color: #666;font-size: 12px;height:75px;overflow:hidden;margin-top:10px;}
.side_sli_der span a{color: #666;}
.side_sli_der{max-height: 405px;overflow: hidden;}



.items_content .btn-prev{top: 0;position: absolute;left: 0;width: 100%;height: 40px;cursor:pointer;}
.items_content .btn-next{bottom: 0;position: absolute;left: 0;width: 100%;height: 40px;cursor:pointer;}

.items_content .btn-prev:after{content:' ';position:absolute;top:50%;margin-top: -2px;left:50%;width: 20px;height: 20px;border:#eee solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(-135deg);transform: rotate(-45deg);margin-left:-4px;}
.items_content .btn-next:before{content:' ';position:absolute;top:50%;margin-top: -19px;left:50%;width: 20px;height: 20px;border: #eee solid;border-width: 4px 4px 0 0;-webkit-transform:rotate(45deg);transform: rotate(135deg);margin-left:-8px;}


.contact_m{line-height:35px;font-size:14px;color:#343a40;padding:20px 0px;}
.contact_m ul{border-bottom:1px dashed #e5e5e5;padding-bottom:10px;margin-bottom:10px;}
.contact_m p strong{font-size:16px;}
.contact_m p img{max-width:100%;}

.feed_m{margin-top:30px;}
.feed_m li{line-height:36px;margin-bottom:22px;position:relative;}
.der_xcde{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:97%;}
.der_xcde1{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:180px;outline:none;color:#666;font-size:12px;padding:10px 2%;width:95%;}
.der_xcde2{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:40%;float: left;}
.der_xcde3{border:1px solid #007f8b;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;font-size:12px;width:100%;background:#007f8b;color:#fff;cursor:pointer !important;}
.feed_m li label{position:absolute;left:0px;top:36px;line-height:20px;color:#666;font-size:12px;}
.error{color:#ff0000;}
.feed_m li span{display:inline-block;line-height:36px;height:36px;margin-left: 10px;color:#666;font-size:12px;}
.feed_m li span img{float:left;}
.feed_m li span a{display:inline-block;color:#666;font-size:12px;}

.pdror_lost_m_nzd {max-width:1170px;margin:30px auto 0px;}
.st_m_n1{border:1px solid #e5e5e5;padding:10px;}
.pdror_lost_m_nzd ul li{width:23.5%;margin-right:2%;float:left;margin-bottom:20px;}
.pdror_lost_m_nzd ul li:nth-child(4n){margin-right:0px;}
.pdror_lost_m_nzd ul li table{width:100%;height:220px;}
.pdror_lost_m_nzd ul li span{display:block;height:220px;overflow:hidden;}
.pdror_lost_m_nzd ul li table img{max-width:100%;max-height:220px;}
.xp_man_cd1{display:block;text-align: center;height: 30px; overflow: hidden;line-height:30px; color: #656464; transition:color 0.3s;}
.xp_man_cd1:hover{text-decoration: none;color:#5ba395;}
.st_m_n1:hover{box-shadow:0 20px 15px -15px rgba(0,0,0,.2);}
.st_m_n1:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}

/* 分页 */
a{text-decoration:none;}
*{padding:0; margin:0; list-style:none;}
address,cite,em {font-style:normal;}
.page_tp{margin:27px auto;text-align:center;height:32px;line-height:32px;display:inline-block;width:100%;}
.page_op_txt{background:#fff;border:1px solid #ccc;height:30px;line-height:30px;padding:0px 10px !important;display:inline-block;color:#333333;font-size:12px;font-family:"微软雅黑";margin-right:10px;display:inline-block;margin-left:10px;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp span{color:#6d6d6d;font-size:12px;font-family:"微软雅黑";display:inline-block;padding:0px !important;border:0px !important;background:none;}
.red_pcd{width:40px;height:28px;line-height:28px;color:#6d6d6d;font-size:12px;font-family:"微软雅黑";border:1px solid #ccc;padding-left:5px;margin-right:10px;margin-left:10px;display:inline-block;margin-top:-3px;outline:none;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.red_pcd1{width:46px;height:30px;border:1px solid #e5e5e5;color:#333;font-size:12px;font-family:"微软雅黑";background:none;cursor:pointer !important;margin-left:10px;display:inline-block;margin-top:-3px;background:#efefef;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em{display:inline-block;margin-right:10px;}
.page_op_txtu{color:#bbb;}
.page_tp em a{background:#fff;border:1px solid #e5e5e5;padding:0px;height:30px;line-height:30px;width:36px;display:inline-block;color:#333333;font-size:13px;font-family:"微软雅黑";text-align:center;margin:0px 5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em a.on{border: 1px solid #007f8b;color:#fff;background: #007f8b;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}
.page{min-height: 40px;text-align:center;margin:0px auto 0px;padding: 0px 21px;display:none;}
.page ul{padding:20px 0px;}
.page a{display: inline-block;margin:0px 2%;height: 38px;line-height: 38px;border:1px solid #dcdcdc;color: #666666;font-size: 14px;width:45%;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;}



.dhr_mt1{display:block;font-size:30px;line-height:55px;text-align:center;color: #343a40;font-weight:normal;margin-top:20px;}
.dhr_mt2{display:block;color:#666;font-size:14px;line-height:35px;text-align:center;}
.dhr_mt3 img{max-width:100%;}
.dhr_mt3 p{color:#666;font-size:14px;line-height:30px;}
.dhr_mt3{margin-top:15px;}

.pge_re{margin-bottom:20px;margin-top:20px;}
.pge_re span{display:block;line-height:30px;height:30px;overflow:hidden;font-size: 14px;color:#666;}
.pge_re span a{color: #333;}
.pge_re span:hover a,.text_bsd a:hover{color:#007f8b;}
.ews_t_tl a:hover{background:#007f8b;color:#fff;}

.dex_n_ret3{margin-top:20px;}
.dex_n_ret3 ul li{min-height:170px;position: relative;padding:15px 15px;}
.dex_n_ret3 ul li:nth-child(2n){background: #f9f9f9;}
.dex_n_ret3 ul li table{position:absolute;left:15px;top:15px;width:230px;height:170px;}
.dex_n_ret3 ul li table img{max-width:230px;max-height:170px;}
.ex_ne_trt{margin-left:250px;}
.ex_ne_trt span{display:block;font-size:16px;color: #000;line-height: 32px;overflow:hidden;height: 32px;}
.ex_ne_trt span a{color:#000;font-size: 16px;}
.ex_ne_trt span a:hover{color:#007f8b;}
.ex_ne_trt i{display:block;color:#6c757d;font-size:14px;line-height:30px;margin:5px 0px;font-style:normal;}
.ex_ne_trt em{display:block;font-size: 14px;line-height: 25px;color: #6c757d;max-height:50px;overflow:hidden;}

.ex_ne_trt_mfd{margin-left:0px;}
.dex_n_ret3 ul li:before {content: "";position: absolute;left: 0;bottom: 0;width:100%;height: 1px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.dex_n_ret3 ul li:after{content: '';display: block;width: 0;height: 3px;background-color: #007f8b;position: absolute;left: 0;bottom: 0;opacity: 0;filter: alpha(opacity=0);}
.dex_n_ret3 ul li:hover:after{width: 100%;opacity: 1;filter: alpha(opacity=100);-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

.lind_mdr2 dd a{color:#fff;}

@media (max-width:960px) {
.ind_about{margin-top:20px;padding-top: 20px;}
.index_abt{padding-top:20px;padding-bottom: 20px;background: #f2f2f3;}
.n_ab_left{margin-top:0px;}
.n_ab_right,.n_ab_left{width:100%;}
.n_ab_right{margin-top:20px;}
.de_mxc_md {width:100%;float:none;}
.nd_abo_mr{width: 94%;position:static;right: auto;}
.nd_abo_ml{width:100%;margin-top:20px;}
.ite_m_img{height:200px;}
.ite_m_img table{height:200px;}
.ite_m_img table img{max-height:200px;}
.ind_xex_bd .swiper-slide-active {margin-top:-30px;}
.ind_xex_bd .swiper-slide-active .ite_m_img{height:230px;}
.ind_xex_bd .swiper-slide-active .ite_m_img table{height:230px;}
.ind_xex_bd .swiper-slide-active .ite_m_img table img{max-height:230px;}
.banner-btn a.prev{display:none;} 
.banner-btn a.next{display:none;}
.min_ce_left{display:none;}
.min_ce_right{margin-left:0px;}

.index_cer_m{padding: 20px 15px 20px;}
.index_cer_m:before{width:100px;height: 8px;margin: 0px auto 20px;}
.index_cer_m span{font-size: 30px;line-height: 34px;}
.index_cer_m span i{font-size:20px;}
.index_cer_m em{font-size: 14px;line-height: 30px;}
.index_cer_mt ul li{width:32%;margin-right:2%;}
.index_cer_mt ul li:nth-child(4n){margin-right:2%;}
.index_cer_mt ul li:nth-child(3n){margin-right:0px;}

}

@media (max-width:750px) {
.page_tp{display:none;}
.page{display:block;}
.pdror_lost_m_nzd ul li{width:32%;margin-right:2%;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:0px !important;}
.pdror_lost_m_nzd ul li:nth-child(4n){margin-right:2%;}
.honr_lman ul li{width:50%;}

.index_cer_mt ul li{width:49%;margin-right:0px;}
.index_cer_mt ul li:nth-child(3n){margin-right:0px;}
.index_cer_mt ul li:nth-child(2n){float:right;}
.index_cer_mt ul li:nth-child(4n){margin-right:0px;}
.index_cer_mt ul li:hover .ex_ce_name{display:none;}
.ex_ce_name{background-color: rgba(91, 163, 149,.8);height: 30px;line-height: 30px;bottom: 0px;top: auto;}
.ex_ce_name a{opacity: 1;height: 30px;line-height: 30px;font-size: 14px;margin-top: 0px;text-decoration: none;font-weight: normal;}
}
@media (max-width:620px) {
.n_a_ft1{font-size:26px;line-height:32px;margin-bottom:10px;}
.n_a_ft2{font-size:14px;line-height:25px;max-height:150px;}
.nd_abo_mt1{font-size:22px;line-height:32px;}
.slide_ldt li{height:220px;}
.slide_ldt li em{height:220px;}
.slide_ldt li em table{height:220px;}
.slide_ldt li em table img{max-height:220px;}
.slide_ldt{height:270px !important;margin-top:20px;}
.merd_all{font-size: 14px;padding:5px 15px;line-height: 30px;width:120px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
.in_pr_mdf em{font-size: 18px;line-height:30px;border-bottom:2px solid #565757;padding-bottom:10px;}
.ind_xex_bd{margin:30px 30px 40px;}
.pdror_lost_m_nzd ul li{width:49%;margin-right:1%;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:1%;}
.pdror_lost_m_nzd ul li:nth-child(2n){margin-right:0px;float:right;}




}
@media (max-width:450px) {
.pdror_lost_m_nzd ul li{width:100%;margin-right:0px;}
.pdror_lost_m_nzd ul li:nth-child(3n){margin-right:0px;}
.pdror_lost_m_nzd ul li:nth-child(2n){margin-right:0px;}	

}

